The assignment this week is to make your board do something. I programmed my board to read the button and turn the light on if the button was pressed. The light would blink on and off in one second increments. When the button is not pressed the light will not turn on. I played around with this changing the frequency of the blinking by changing the delay number in the code. The picture is the code I complied in the Arduino IDE. I borrowed from several of the examples including the blink and button examples. Problems I had were that initially I could not select the proper port and devices. I had to make sure the Attiny folder was in the proper place so I could select it. I recommend the as220.org tutorials which were very helpful on this project. With the code compiled and the proper devices and ports selected, my board was programmed just fine.